crypto/internal/bigmod.Nat.resetFor (method)

6 uses

	crypto/internal/bigmod (current package)
		nat.go#L191: 	x.resetFor(m)
		nat.go#L401: 	d := NewNat().resetFor(m)
		nat.go#L440: 	out.resetFor(m)
		nat.go#L475: func (out *Nat) resetFor(m *Modulus) *Nat {
		nat.go#L720: 	out.resetFor(m)
		nat.go#L755: 	out.resetFor(m)